home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Essentials / MPW IIGS Interfaces / AIIGSIncludes / E16.Loader < prev    next >
Encoding:
Text File  |  1990-04-03  |  921 b   |  36 lines  |  [TEXT/MPS ]

  1. ; File:  E16.Loader
  2. ;
  3. ;
  4. ; Copyright Apple Computer, Inc. 1986-90
  5. ; All Rights Reserved
  6. ;
  7. ;
  8. idNotFound EQU $1101  ; segment/application/entry not found
  9. idPathnameErr EQU $1103
  10. idNotLoadFile EQU $1104  ; file is not a load file
  11. idBusyErr EQU $1105  ; system loader is busy
  12. idFilVersErr EQU $1107  ; file version error
  13. idUserIDErr EQU $1108  ; user ID error
  14. idSequenceErr EQU $1109  ; segnum out of sequence
  15. idBadRecordErr EQU $110A  ; illegal load record found
  16. idForeignSegErr EQU $110B  ; segment is foreign
  17. ; offset constants for InitialLoadOutputRec
  18. ouserID EQU 0
  19. ostartAddr EQU 2
  20. odPageAddr EQU 6
  21. obuffSize EQU 8
  22. ; offset constants for RestartOutRec
  23. orouserID EQU 0
  24. orostartAddr EQU 2
  25. orodPageAddr EQU 6
  26. orobuffSize EQU 8
  27. ; offset constants for LoadSegNameOut
  28. olssegAddr EQU 0
  29. olsuserID EQU 4
  30. olsfileNum EQU 6
  31. olssegNum EQU 8  ;  
  32. ; offset constants for UnloadSegOutRec
  33. oususerID EQU 0
  34. ousfileNum EQU 2
  35. oussegNum EQU 4
  36.